- 
		Home
	
 
	- 
Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories
 
- 
4.1.1
 
- 
Code
 
- 
Classes
 
-  WorkflowScheduledStepModel 
 
	
	
		
			
				
					
													
								
																			
											| Total Complexity | 
											61 | 
										
																			
											| Dependencies | 
											4 | 
										
																			
											| Dependents | 
											4 | 
										
																	
							 
													
								
																			
											| Total lines | 
											471 | 
										
																			
											| Lines of code | 
											257 | 
										
																			
											| Logical lines of code | 
											114 | 
										
																	
							 
													
								
																			
											| Comment lines | 
											6 | 
										
																			
											| Methods | 
											47 | 
										
																			
											| Properties | 
											14 | 
										
																	
							 
											 
				 
									
							 
		 
	 
	Methods 47
	
		
		
			| Method | 
							Rating | 
													
					
						Maintainability
					
				 | 
										
					Complexity
				 | 
										
					Lines of code
				 | 
					
		
		
					
				| getRow() | 
									S  | 
																	54 | 
													4 | 
													20 | 
							
					
				| loadByActionId() | 
									S  | 
																	49 | 
													3 | 
													30 | 
							
					
				| insert() | 
									S  | 
																	59 | 
													3 | 
													15 | 
							
					
				| decodeArguments() | 
									S  | 
																	64 | 
													3 | 
													10 | 
							
					
				| update() | 
									S  | 
																	60 | 
													2 | 
													13 | 
							
					
				| delete() | 
									S  | 
																	62 | 
													2 | 
													11 | 
							
					
				| encodeAndCompressArguments() | 
									S  | 
																	69 | 
													2 | 
													7 | 
							
					
				| uncompressAndDecodeArguments() | 
									S  | 
																	71 | 
													2 | 
													6 | 
							
					
				| isFinished() | 
									S  | 
																	67 | 
													2 | 
													8 | 
							
					
				| checkIfExists() | 
									S  | 
																	62 | 
													1 | 
													13 | 
							
					
				| __construct() | 
									S  | 
																	80 | 
													1 | 
													3 | 
							
					
				| setActionId() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| getActionId() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| setWorkflowId() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| getWorkflowId() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| setStepId() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| getStepId() | 
									S  | 
																	82 | 
													1 | 
													3 | 
							
					
				| setActionUID() | 
									S  | 
																	76 | 
													1 | 
													4 | 
							
					
				| getActionUID() | 
									S  | 
																	82 | 
													1 | 
													3 | 
							
					
				| getActionUIDHash() | 
									S  | 
																	82 | 
													1 | 
													3 | 
							
					
				| setIsRecurring() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| getIsRecurring() | 
									S  | 
																	82 | 
													1 | 
													3 | 
							
					
				| setRepeatUntil() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| getRepeatUntil() | 
									S  | 
																	82 | 
													1 | 
													3 | 
							
					
				| setRepeatTimes() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| getRepeatTimes() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| setRepeatUntilDate() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| getRepeatUntilDate() | 
									S  | 
																	82 | 
													1 | 
													3 | 
							
					
				| getRunCountMetaKey() | 
									S  | 
																	79 | 
													1 | 
													3 | 
							
					
				| getLastRunAtMetaKey() | 
									S  | 
																	79 | 
													1 | 
													3 | 
							
					
				| setRunCount() | 
									S  | 
																	75 | 
													1 | 
													4 | 
							
					
				| getRunCount() | 
									S  | 
																	78 | 
													1 | 
													3 | 
							
					
				| setLastRunAt() | 
									S  | 
																	75 | 
													1 | 
													4 | 
							
					
				| getLastRunAt() | 
									S  | 
																	78 | 
													1 | 
													3 | 
							
					
				| resetRunData() | 
									S  | 
																	77 | 
													1 | 
													4 | 
							
					
				| setIsCompressed() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| getIsCompressed() | 
									S  | 
																	82 | 
													1 | 
													3 | 
							
					
				| setArgs() | 
									S  | 
																	81 | 
													1 | 
													3 | 
							
					
				| getArgs() | 
									S  | 
																	82 | 
													1 | 
													3 | 
							
					
				| getTableSchema() | 
									S  | 
																	76 | 
													1 | 
													4 | 
							
					
				| encodeArguments() | 
									S  | 
																	80 | 
													1 | 
													3 | 
							
					
				| expectCompressedArguments() | 
									S  | 
																	73 | 
													1 | 
													5 | 
							
					
				| incrementRunCount() | 
									S  | 
																	80 | 
													1 | 
													3 | 
							
					
				| updateLastRunAt() | 
									S  | 
																	80 | 
													1 | 
													3 | 
							
					
				| markAsFinished() | 
									S  | 
																	68 | 
													1 | 
													7 | 
							
					
				| getMetaIsFinished() | 
									S  | 
																	74 | 
													1 | 
													4 | 
							
					
				| getMetaRunCount() | 
									S  | 
																	74 | 
													1 | 
													4 |